01. Lesson Overview
Lesson Overview Heading
Lesson Overview
Nd079 C1 L5 A01 Lesson Overview
In this lesson, we will be learning how to use generics and collections:
- Generics are a way to parameterize class types into classes, methods and variables so that we eliminate the need for casting, have stronger type checks at compile time, and develop generic algorithms.
- Collections are data structures that were created to provide improved interoperability and performance. Collections provides a more effective framework and architecture for storing, retrieving, and processing data.